home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994…tember: Reference Library / Dev.CD Sep 94.toast / Periodicals / develop / develop Issue 18 / develop 18 code / OSA Sample / Sources / AEBuildErrMsgs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-08-12  |  581 b   |  23 lines  |  [TEXT/MPS ]

  1.  
  2. char *AEBuild_ErrMsgs[] = {
  3.     "[No Error!]",
  4.     "Illegal character",
  5.     "Unexpectedly fell off end of line",
  6.     "Extra stuff past end of descriptor",
  7.     "“-” not followed by a number",
  8.     "Missing close “'”",
  9.     "Illegal digit in hex string",
  10.     "Hex string has an odd number of digits",
  11.     "Missing “»”",
  12.     "Hex string must be coerced to some data type",
  13.     "Missing “””",
  14.     "Illegal descriptor",
  15.     "Illegal data value inside parentheses",
  16.     "Missing “)” after data value",
  17.     "Missing “]”",
  18.     "Missing “,” or “]”",
  19.     "Missing keyword in record element",
  20.     "Missing “:” after keyword in record element"
  21. };
  22.  
  23.